Release 10.1A: OpenEdge Development:
Progress 4GL Handbook
Functional differences from the Windows graphical browse
The character browse shares most of the same functional capabilities of the Windows graphical browse, including all methods and most attributes and events.
However, there are differences from the Windows graphical browse in:
Font management
Because there is no font management within character interfaces, all font attributes are inactive for the character browse.
Color management
For color terminals, the character browse supports the following attributes to manage its color:
LABEL-DCOLOR— Specifies the color of a column label (likeLABEL-FGCOLORfor the Windows browse).COLUMN-DCOLOR— Specifies the color of a single column (likeCOLUMN-FGCOLORfor the Windows browse).DCOLOR— Specifies the color of an individual cell (likeFGCOLORfor the Windows browse). You can only specify the color of an individual cell as it appears in the view port. For more information on specifying individual cell color, see the "Browse events" section.COLUMN-PFCOLOR— Specifies the color of the enabled (updateable) column with input focus (unsupported for the Windows browse).PFCOLOR— Specifies the color of the updateable cell with input focus (handled by default processing for the Windows browse).By default, the
COLUMN-PFCOLORandPFCOLORvalues are both set from theINPUTcolor value. In Windows, you can specify this value in the registry or in an initialization file. On UNIX, you can specify this value in thePROTERMCAPfile.Row and cell navigation
Unlike the Windows graphical browse, the character browse does not support column searching (positioning to a row or cell by typing a character contained in that row or cell).
Unlike the Windows graphical browse, the character browse uses a different set of key functions to tab between updateable cells than between the browse and other sibling widgets. Tabbing between cells occurs only in the edit mode of the character browse using the
EDIT-TABandBACK-TABkey functions.Tabbing forward from the character browse to a sibling object occurs in either row mode or edit mode using the
TABkey function. However, tabbing backward from the character browse to a sibling object occurs only in row mode using theBACK-TABkey function.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |